-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ControlRow): allow items to be added if contentItems is empty #531
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shanteaustin
requested review from
erautenberg,
joshhowenstine,
anthony9187,
ImCoolNowRight,
soumyaloka,
ctoddy and
cee-money
as code owners
September 6, 2024 13:11
Test Execution Passed. |
Test Execution Failed. |
shanteaustin
changed the title
fix for content Items not showing if contnent is added after contentRows
fix(ControlRow): allow items to be added if contentItems is empty
Sep 6, 2024
packages/@lightningjs/ui-components/src/components/ControlRow/ControlRow.stories.js
Outdated
Show resolved
Hide resolved
Test Execution Failed. |
cee-money
approved these changes
Sep 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ImCoolNowRight
approved these changes
Sep 10, 2024
svc-lightning-ui-components
pushed a commit
that referenced
this pull request
Sep 19, 2024
# [@lightningjs/ui-components-v2.22.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.21.9...@lightningjs/ui-components-v2.22.0) (2024-09-19) ### Bug Fixes * **ControlRow:** allow items to be added if contentItems is empty ([#531](#531)) ([0b1323f](0b1323f)) * **MetadataCardContent:** expose subtitle property ([#537](#537)) ([d1ac54a](d1ac54a)) * **metadataCardContent:** Provider covers text after decrementing value ([#532](#532)) ([0792267](0792267)) ### Features * **InlineContent:** Font Strikethrough ([#535](#535)) ([108266e](108266e)) * **Keyboard:** pre-load keyboards ([#538](#538)) ([0016708](0016708)) * **ScrollWrapper:** add signals for button press at top and bottom of content ([#533](#533)) ([a914066](a914066))
🎉 This PR is included in version @lightningjs/ui-components-v2.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding contentItems to an empty ControlRow throws an error
References
Testing
ControlRow.stories
to test:Checklist